Skip to content

Do not use stat cache in compatibility suite #981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

edymtt
Copy link
Contributor

@edymtt edymtt commented Feb 20, 2025

This will prevent build issues like

error: missing required module 'SwiftShims

when the clang-stat-cache present in the
Xcode installed in CI comes from an LLVM older than the one used
to build Swift (and in turn used by the ClangImporter).

Addresses rdar://144053750

This will prevent build issues like

```
error: missing required module 'SwiftShims
```

when the `clang-stat-cache` present in the
Xcode installed in CI comes from an LLVM older than the one used
 to build Swift (and in turn used by the ClangImporter).

Addresses rdar://144053750
@edymtt
Copy link
Contributor Author

edymtt commented Feb 20, 2025

@swift-ci test

@edymtt edymtt merged commit 3bf09a1 into main Feb 21, 2025
1 check passed
@edymtt edymtt deleted the edymtt/disable-stat-cache-optimization branch February 21, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants